bootstrap scrollable modal

35

.modal-dialog{
    overflow-y: initial;
}

.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}

Comments

Submit
0 Comments